home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_06 / 8n06101a < prev    next >
Encoding:
Text File  |  1995-11-01  |  316 b   |  11 lines

  1.  
  2.     typedef struct {
  3.                       int  row,     /* Row in window        */
  4.                            col;     /* Column in window     */
  5.                       long attr;    /* Display attribute    */
  6.                       char *text;   /* Label text           */
  7.  
  8.                 } SML_LABEL;
  9.  
  10.  
  11.